Skip to content

Add release notes for 0.258#16442

Merged
tdcmeehan merged 1 commit intoprestodb:masterfrom
swapsmagic:release-notes-0.258
Jul 28, 2021
Merged

Add release notes for 0.258#16442
tdcmeehan merged 1 commit intoprestodb:masterfrom
swapsmagic:release-notes-0.258

Conversation

@swapsmagic
Copy link
Copy Markdown
Contributor

Missing Release Notes

Extracted Release Notes

All Commits

  • efea31c Fix doc issue on deployment page, so that copy command does not include the $. Fixes Code section in docs is incorrectly copied along with '$' prompt #15735 (Marilyn Beck)
  • 12742bb Optimize GroupedTopNBuilder (James Petty)
  • b6f86bf Add utility methods to ObjectBigArray (James Petty)
  • a4f103e Avoid boxing in SimplePagesIndexComparator (James Petty)
  • a4caff6 Avoid boxing in SimplePageWithPositionComparator (James Petty)
  • 9c07912 Enhance BenchmarkGroupedTopNBuilder (James Petty)
  • 4d32a82 Simplify PagePartitioner inner loop conditional branching (James Petty)
  • 95ab9e9 Close systemMemoryContext in PartitionedOutputOperator#close() (James Petty)
  • 45d7540 Implement mayHaveNull() for Dictionary, RLE, and GroupById Blocks (James Petty)
  • 9b5a247 Allow dynamic filtering with comparison operators (Zhenxiao Luo)
  • 396913e Remove redundant function in PredicatePushdown for dynamic filtering (Zhenxiao Luo)
  • b0d8a70 Extend OperatorType to support dynamic filter comparison operators (Zhenxiao Luo)
  • 5633ed8 Add Cauchy distribution functions (Jeremy Craig Sawruk)
  • c6cfafd [thrift connector] Add property to forward user via Thrift Header (derektbrown)
  • 1c3d141 Fix incorrect pushdown if IS NULL predicate in Elasticsearch (Zhenxiao Luo)
  • e14ba2b Order RuntimeStats by metric name in coordinator UI and cli (Zhan Yuan)
  • ad538e1 Add task-level RuntimeStats (Zhan Yuan)
  • b1f76c6 Fall back on shared dictionaries when available (Huameng Jiang)
  • d46b497 Remove unnecessary locking in SqlStageExecution (Zhenxiao Luo)
  • d3823d5 Add ORC support for iceberg connector (Junyi Huang)
  • b330d56 Upgrade orc-protobuf version to 12 and add attributes to OrcType (Junyi Huang)
  • 5090612 Add support for partition schema evolution for HUDI tables (Jalpreet Singh Nanda (:imjalpreet))
  • 22097e8 Fix SetOperation(UNION/INTERSECT/EXCEPT) for Pinot Connector to pushdown sub-queries (Xiang Fu)
  • fc1a5ac Fix lambda scope issues in SQL functions (Rongrong Zhong)
  • 8dfa3c3 Move InlineSqlFunctions to beginning of plan optimizers (Rongrong Zhong)
  • 7c8bc70 Fix SQL function interpretation in expression interpreters (Rongrong Zhong)
  • 79d8a59 Resolve enum literal only when dereference expression base type is enum (Rongrong Zhong)
  • ab404ca Add materialized view query optimization utility (Julian Zhuoran Zhao)
  • 5d150f7 Extend memory exceeded errors with more details (Andrii Rosa)
  • 5ff5a34 Implement Z-Order curve search function (Grace Xin)
  • 2319779 Implement collection of min/max values in DynamicFilterSourceOperator (Roman Zeyde)
  • ea8d267 Add SQL functions for array dupes (Pranjal Shankhdhar)
  • 700f324 Fix dupe expression error in orderings (Pranjal Shankhdhar)
  • 6d19caa Improve cassandra query performance by adding metadata cache (护城)
  • af61b56 Fix typo in aggregate.rst (jiachen)
  • 6b34a87 Fix typo in CostCalculatorWithEstimatedExchanges (lijieliang)
  • ca3db02 Ensure server tests are included in CI (Tim Meehan)
  • 25de3d7 Show RuntimeStats in the Presto query Web UI (Zhan Yuan)
  • 3cc2a27 Record #bytes read from cache and external (Zhan Yuan)
  • c1125e4 Expose RuntimeStats and aggregate them at query level (Zhan Yuan)
  • 8f47664 Add RuntimeStats to track more operator stats (Zhan Yuan)
  • dd24f15 Update README.md (James Xu)
  • 3250e9c Claim that MODULE_WORKING_DIR can also be used as working dir (护城)
  • 109d9a0 Fix column name in parquet dereference pushdown (Chen)
  • 91395db Disable flaky test 'testGetQueryInfos'. (Sergey Pershin)
  • 40bfcf5 add client tags info to ConnectorSession (Neerad Somanchi)

@swapsmagic swapsmagic force-pushed the release-notes-0.258 branch from 7d7330a to 6086547 Compare July 20, 2021 00:03
@swapsmagic swapsmagic force-pushed the release-notes-0.258 branch 2 times, most recently from 3e7220c to 9db83dc Compare July 20, 2021 21:13
@swapsmagic swapsmagic requested a review from ajaygeorge July 20, 2021 21:13
@swapsmagic swapsmagic force-pushed the release-notes-0.258 branch from 9db83dc to a7a4c10 Compare July 22, 2021 18:54
@swapsmagic swapsmagic force-pushed the release-notes-0.258 branch 2 times, most recently from 397943e to fa5146e Compare July 27, 2021 21:59
@swapsmagic swapsmagic requested a review from rschlussel July 27, 2021 23:11
Copy link
Copy Markdown
Contributor

@tdcmeehan tdcmeehan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % nit

@swapsmagic swapsmagic force-pushed the release-notes-0.258 branch from fa5146e to 15665bf Compare July 28, 2021 16:01
@swapsmagic swapsmagic requested a review from tdcmeehan July 28, 2021 16:20
@tdcmeehan tdcmeehan merged commit b2f1936 into prestodb:master Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code section in docs is incorrectly copied along with '$' prompt

4 participants